home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / IIS5_01.CAB / IIS_iisnew.asp < prev    next >
Encoding:
Text File  |  1999-06-03  |  1.8 KB  |  85 lines

  1. <%@ LANGUAGE = VBScript %>
  2. <% Option Explicit %>
  3. <!-- #include file="directives.inc" -->
  4.  
  5. <!--#include file="iisnew.str"-->
  6. <!--#include file="iisetfnt.inc"-->
  7.  
  8. <html>
  9. <head>
  10. <title><%= L_TITLE_TEXT %></title>
  11.  
  12. </head>
  13.  
  14. <body bgcolor="Silver" text="#000000" LEFTMARGIN = 0 TOPMARGIN=0>
  15. <table width="100%" cellpadding="0" cellspacing="0" border="0">
  16.     <tr bgcolor="Teal">
  17.         <td>
  18.         <IMG SRC="images/Ismhd.gif" WIDTH=189 HEIGHT=19 BORDER=0>
  19.         </td>
  20.         
  21.         <td align="right" valign="middle">
  22.             <%= sFont("","","#FFFFFF",True) %>
  23.                 <a href="javascript:helpBox();">
  24.                     <IMG SRC="images/help.gif" WIDTH=16 HEIGHT=16 BORDER=0>
  25.                 </A>
  26.             </FONT>    
  27.         </td>
  28.     </tr>
  29. </table>
  30.  
  31. <% if Session("Browser") <> "" then %>
  32.  
  33. <table cellpadding="0">
  34. <tr>
  35.     <td width="190"> 
  36.     </td>
  37.     <td width="400">
  38.     <form name="userform" action="default.asp">
  39.     <%= sFont("","","",True) %>
  40.  
  41.     <% if Session("IsIE")then %>
  42.         <script language="JavaScript">
  43.             // Determine the version number.
  44.             var version;
  45.             var requiredVersion=2;
  46.             if (typeof(ScriptEngineMajorVersion) + ""=="undefined"){
  47.                 version=1;
  48.             }
  49.             else{
  50.                 version=ScriptEngineMajorVersion();
  51.                 // Prompt client and navigate to download page.
  52.                 if (version < requiredVersion){
  53.                 }
  54.             }
  55.         </script>
  56.     <% end if %>
  57.     <SCRIPT LANGUAGE="JavaScript">
  58.         self.location.href="default.asp?FONTSIZE=LARGE";
  59.     </SCRIPT>
  60.     </font>
  61.     </form>
  62.     </td>
  63. </tr>
  64. </table>
  65.  
  66. <% else %>
  67.     
  68. <table cellpadding="0">
  69. <tr>
  70.     <td width="190"> 
  71.     </td>
  72.     <td width="400">
  73.     <%= sFont("","","",True) %>
  74.      
  75.     <p>
  76.     <%= sFont("","","Red",True) %>
  77.     <%= L_NOCOOKIES_TEXT %>
  78.     </font>
  79.     <p>
  80.     <a HREF="default.asp"><%= L_TURNONCOOKIES_TEXT %></a>
  81. </tr>
  82. </table>    
  83. <% end if %>
  84. </body>
  85. </html>